보조 X축에 표시되는 항목을 정의합니다
date | Date | 포맷팅이 필요한 날짜입니다 |
Available only in PRO Edition
scheduler.templates.timeline_second_scale_date = function(date){
var timeline = scheduler.matrix.timeline;
var func = scheduler.date.date_to_str(
(timeline.second_scale && timeline.second_scale.x_date)?
timeline.second_scale.x_date:scheduler.config.hour_date
);
return func(date);
};
이 템플릿은 timeline 플러그인이 활성화된 경우에만 작동합니다.